home *** CD-ROM | disk | FTP | other *** search
- Path: lrz-muenchen.de!hiris!markus
- From: markus@hiris.anorg.chemie.tu-muenchen.de (Markus Neumayer)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Problem with BOOPSI
- Date: 28 Mar 1996 10:34:01 GMT
- Organization: Leibniz-Rechenzentrum, Muenchen (Germany)
- Distribution: world
- Message-ID: <4jdpup$g05@sparcserver.lrz-muenchen.de>
- References: <6593.6660T1030T543@sn.no>
- NNTP-Posting-Host: hiris.anorg.chemie.tu-muenchen.de
- X-Newsreader: NN version 6.5.0 #7 (NOV)
-
- elvemo@sn.no (Rune Elvemo) writes:
-
- >I have a problem with a BOOPSI system. I have set up all the gagdets to
- >communicate using ICA_MAP and a Class under ModelClass. When I press one of
- >the buttons I *always* get a Guru.
-
- >Here goes the source (I have only one gadget in this one, but later I will
- >include to buttons (up and down buttons for the prop).
-
- >As you can see from the source bellow, I use the RKMModel, which can be found
- >in RKRM:Libraries. (I *had* one that I made by myself, but I think there was
- >something wrong with it :-( ).
-
- >You migh want to know, that I removed the line in the dispather routine in
- >RKMModel, saying : "geta4()". I don't know this is what's causing the Gurus.
-
- This "geta4()" _IS_ necessary! The BOOPSI code is called within intuition's
- environment. Therefore you have to made sure, that the A4 pointer really
- points to YOUR code.
-
- BTW. If you are using SAS 6.xx you can avoid this geta4() by using the
- __saveds declaraion scheme. If not, that geta4() is mandatory.
-
-
- >Rune Elvemo
- >elvemo@sn.no
- >-It's cool to be clear :-)
-
- Best regards,
-
- Markus Neumayer
- ---
- \|/
- @ @
- *******************************oOOO(_)OOOo*************************************
- Inorg. & Analyt. Chemistry * Markus Neumayer, Dipl. Chem. Univ.
- Dept. of Chemistry * s-mail: Lichtenbergstr. 4
- Techn. University Munich * 85757 Garching
- GERMANY * e-mail: markus@hiris.anorg.chemie.tu-muenchen.de
- *******************************************************************************
- WWW Homepage: http://hiris.anorg.chemie.tu-muenchen.de/people/markus/
- *******************************************************************************
-